home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
600 Games
/
600games.iso
/
Nave
/
timepilot.swf
/
scripts
/
frame_31
/
PlaceObject2_129_10
/
CLIPACTIONRECORD onClipEvent(load).as
< prev
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
2007-03-13
|
391 b
|
20 lines
onClipEvent(load){
function reset()
{
this._x = _root.posx[random(11)];
this._y = _root.posy[random(2)];
this.gotoAndStop(_root.LevelStage);
xspeed = 0;
yspeed = 0;
rotate = 0;
hits = 0;
Start = true;
}
this.gotoAndStop(_root.LevelStage);
xspeed = 0;
yspeed = 0;
rotate = 0;
hits = 0;
rand = 0;
}